UInt32NINumericUInt32NBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.BitwiseComplement()
Private Function BitwiseComplement As UInt32N
Implements INumeric(Of UInt32N).BitwiseComplement
private:
virtual UInt32N BitwiseComplement() sealed = INumeric<UInt32N>::BitwiseComplement
private abstract BitwiseComplement : unit -> UInt32N
private override BitwiseComplement : unit -> UInt32N
UInt32NA bitwise complement of the current value.
INumericTSelfBitwiseComplement